add a 'paned' mode to the function to let it draw the seven dots, instead
authorJonathan Blandford <jrb@redhat.com>
Wed, 23 Feb 2000 22:55:27 +0000 (22:55 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Wed, 23 Feb 2000 22:55:27 +0000 (22:55 +0000)
commit6654a22891abb31fab2a68e9b67d2c3e46f79d69
tree9e8dcccc44a36cc11ba0886aaf81437e07e343cf
parent2444c80ff76ee2d04fc66fcdf1ba09885912b5fe
add a 'paned' mode to the function to let it draw the seven dots, instead

2000-02-23  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
the function to let it draw the seven dots, instead of the old,
much maligned, method.
(draw_dot): New function to draw a dot.

* gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
to draw the handle inside the border width as opposed to outside.
Use paint function instead of gdk_draw_point.

* gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
to draw the handle inside the border width as opposed to outside.
Use paint function instead of gdk_draw_point.

* gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
Change indenting to be more GTK like.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilesel.c
gtk/gtkhpaned.c
gtk/gtkstyle.c
gtk/gtkvpaned.c